frames | NN 2 IE 3 DOM n/a | ||||
A collection of all FRAME objects defined in the document. Only the first-level frames are exposed to the FRAMESET object. To find further nested frames requires digging into the frames collections of nested FRAMESET objects. | |||||
Object Model Reference
|
length | NN 2 IE 3 DOM n/a |
Read-only | |
Returns the number of child frames defined in the frameset whose window starts the reference. | |
Examplevar howMany = parent.frames.length | |
Value Integer. |
item( ) | NN n/a IE 4 DOM n/a | ||||
item(index[, subindex]) Returns a single object or collection of objects corresponding to the element matching the index value (or, optionally, the index and subindex values). | |||||
Returned Value One object or collection (array) of objects. If there are no matches to the parameters, the returned value is null. | |||||
Parameters
|